php short string

41

php short string -

echo mb_strimwidth("Hello World", 0, 10, "...");
// output: "Hello W..."

Comments

Submit
0 Comments